Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): static meniscus-relative aspiration #16209

Closed
wants to merge 16 commits into from

Conversation

pmoegenburg
Copy link
Contributor

@pmoegenburg pmoegenburg commented Sep 6, 2024

Overview

This PR adds the meniscusRelative and offsetFromMeniscusMm params to liquid handling Protocol API actions

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

@pmoegenburg pmoegenburg self-assigned this Sep 6, 2024
@pmoegenburg pmoegenburg requested a review from a team as a code owner September 6, 2024 19:27
@pmoegenburg pmoegenburg marked this pull request as draft September 6, 2024 19:27
@pmoegenburg pmoegenburg marked this pull request as ready for review September 10, 2024 21:24
@pmoegenburg pmoegenburg marked this pull request as draft September 10, 2024 21:27
@pmoegenburg pmoegenburg marked this pull request as ready for review September 17, 2024 20:32
@pmoegenburg pmoegenburg requested a review from a team as a code owner September 17, 2024 20:32
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.95%. Comparing base (a0f42de) to head (c435826).
Report is 51 commits behind head on edge.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             edge   #16209      +/-   ##
==========================================
+ Coverage   73.62%   80.95%   +7.32%     
==========================================
  Files          41      106      +65     
  Lines        2992     3776     +784     
==========================================
+ Hits         2203     3057     +854     
+ Misses        789      719      -70     
Flag Coverage Δ
shared-data 75.05% <100.00%> (+1.42%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ata/python/opentrons_shared_data/protocol/types.py 100.00% <100.00%> (ø)

... and 89 files with indirect coverage changes

@@ -64,6 +65,10 @@ def __init__(
)
self._liquid_presence_detection = False

@property
def robot_type(self) -> RobotType:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not true, You can use legacy core on a ot3

@@ -77,6 +78,10 @@ def __init__(
)
self._liquid_presence_detection = False

@property
def robot_type(self) -> RobotType:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also not true, legacy core can be used on ot3.

@pmoegenburg pmoegenburg deleted the EXEC-692-variable-starting-height branch October 17, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants